home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_x / xcoral16.zip / README < prev    next >
Text File  |  1993-01-15  |  1KB  |  50 lines

  1. Build
  2. -----
  3.     Xcoral is built on top of Xlib. You can use your native
  4.     cc compiler as well as gcc.2.3.1 or later version.
  5.         
  6.     If you run MIT X11 R[4|5] on SunOS 4.1.x, Ultrix 4.2
  7.     or other BSD Unix, as usual, just type :
  8.         $ xmkmf
  9.         $ make
  10.  
  11.     For other systems, edit config.h to set fontnames and
  12.     colornames for your X Window System, edit Makefile.std
  13.     to set INCLUDE and LIBDIR, and try :
  14.         $ make -f Makefile.std
  15. Install
  16. -------    
  17.     $ cp xcoral /usr/local/bin
  18.     $ cp xcoral.man /usr/man/manl/xcoral.l    (and read it).
  19.  
  20. Platforms (Compiled and tested at our site)
  21. -------------------------------------------
  22.     We have tested xcoral with InterViews/ibuild sources
  23.     files and with our local projects on the following systems :
  24.  
  25.     Sun 3/4, SS2 SS10 with SunOS 4.1.x and MIT X11 R[4|5] or
  26.         OpenWindows2/3.
  27.     Dec station 3100 with ULTRIX V4.1 and MIT X11 R[4|5].
  28.     Dec station 5000 with ULTRIX V4.2A and Xws (Dec X11R4 server).
  29.     HP 9000-720 with HP-UX 8.07 and HP X11R4 server.
  30.     Mac IIci  with A_UX  and Apple X11R4 server.
  31.  
  32. Warning
  33. -------
  34.     lex.yy.c is built with 'flex' (part of GNU distribution),
  35.     and gen.tab.[ch] with the standard 'yacc -d'.
  36.     lex.yy.c and gen.tab.[ch] are present in this distribution
  37.     and are not produced by make.
  38.  
  39. Next release
  40. ------------
  41.     Configuration file.
  42.     Command language and macros.
  43.     Client/Serveur.
  44.     etc ...
  45.     ...Hum... may be.
  46.  
  47. You can send bugs or suggestions to lf@lri.lri.fr
  48.  
  49.     [Lionel]
  50.